home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / gs3.53 / readme < prev    next >
Text File  |  1996-01-10  |  25KB  |  599 lines

  1.    Copyright (C) 1989, 1995 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. ****************************************************
  21. * This file describes version 3.53 of Ghostscript. *
  22. ****************************************************
  23.  
  24. ********
  25. ******** An overview of Ghostscript ********
  26. ********
  27.  
  28. Ghostscript is the name of a set of software that provides:
  29.  
  30.     - An interpreter for the PostScript (TM) language, and
  31.  
  32.     - A set of C procedures (the Ghostscript library) that implement
  33. the graphics capabilities that appear as primitive operations in the
  34. PostScript language.
  35.  
  36. How is Ghostscript licensed?  Where can I find it?
  37. --------------------------------------------------
  38.  
  39. Ghostscript is a copyrighted work (Aladdin Enterprises owns the copyright);
  40. it is not shareware or in the public domain.  Different versions of it are
  41. distributed with three different licenses:
  42.  
  43.     - Versions entitled "Aladdin Ghostscript" are distributed with a
  44. license called the Aladdin Ghostscript Free Public License that allows free
  45. use, copying, and distribution by end users, but does not allow commercial
  46. distribution.  You can always get the current version of Aladdin
  47. Ghostscript with this license by Internet FTP from
  48.     ftp.cs.wisc.edu:/ghost/aladdin/ghostscript*NNNN*
  49. or
  50.     /afs/cs.wisc.edu/public/ghost/aladdin/ghostscript*NNNN*
  51. where NNNN is the version number.  If you do not have convenient access to
  52. the Internet, Aladdin Enterprises can send you Aladdin Ghostscript on
  53. PC-compatible diskettes for a small fee; please contact Aladdin for more
  54. information.  The address and phone number are given later on in this
  55. document.  Please note that this is not "commercial licensing"; you are
  56. still getting free software, with no support and no warranty.
  57.  
  58.     - Versions entitled "GNU Ghostscript" are distributed with the GNU
  59. General Public License, which allows free use, and free copying and
  60. redistribution under certain conditions (including, in some cases,
  61. commercial distribution).  GNU Ghostscript versions are released
  62. approximately a year after the corresponding Aladdin Ghostscript version.
  63. You can always get the current version of GNU Ghostscript by Internet FTP
  64. from
  65.     ftp.cs.wisc.edu:/ghost/gnu/ghostscript*NNNN*
  66. or
  67.     /afs/cs.wisc.edu/public/ghost/gnu/ghostscript*NNNN*
  68. or from any of the GNU distribution sites, such as ftp.uu.net:/systems/gnu
  69. or gatekeeper.dec.com:/pub/GNU; you can also get GNU Ghostscript on tape
  70. or CD-ROM from the Free Software Foundation.  For a more complete list of
  71. sites, including sites outside the U.S., send e-mail to
  72. gnu@prep.ai.mit.edu.
  73.  
  74.     - Versions of Ghostscript are also available for commercial
  75. licensing.  See the next section for details.
  76.  
  77. Aladdin Ghostscript and GNU Ghostscript come with NO WARRANTY and NO
  78. SUPPORT.  If you have a question or a bug to report, please see the
  79. section "If you need help" below for information about what to do.
  80.  
  81. The Ghostscript source code distribution includes a library written by the
  82. Independent JPEG Group (IJG).  This library does NOT fall under either the
  83. GNU License or the Aladdin Ghostscript Free Public License; it comes with
  84. its own license, which is less restrictive.  For more information, please
  85. see the README file in the jpeg subdirectory of the Ghostscript source
  86. code.  The executable versions of Ghostscript are based in part on the
  87. work of the Independent JPEG Group.
  88.  
  89. What about commercial use?
  90. --------------------------
  91.  
  92. GNU Ghostscript may not be incorporated into commercial products which
  93. forbid copying or for which customers cannot obtain source code for no
  94. more than the cost of reproduction, although it may be distributed
  95. ("aggregated") with commercial products; Aladdin Ghostscript may not be
  96. incorporated into commercial products at all, and may only be distributed
  97. commercially under extremely limited circumstances.  However, Ghostscript
  98. is also available for commercial licensing, which in addition to the right
  99. to incorporate Ghostscript into commercial products includes support, a
  100. limited warranty, high-quality fonts, and other benefits.  For more
  101. information about commercial licensing of Ghostscript, please contact
  102. Aladdin Enterprises' commercial distribution partners, which are the only
  103. entities legally authorized to distribute Ghostscript per se on any terms
  104. other than the GNU or Aladdin free licenses:
  105.  
  106.     In the U.S. and all parts of the world except Europe:
  107.  
  108.         Licensing Information
  109.         Artifex Software Inc.
  110.         454 Las Gallinas Ave., suite 108
  111.         San Rafael, CA 94903  U.S.A.
  112.         voice +1-415-492-9861
  113.         fax +1-415-492-9862
  114.         e-mail: info@arsoft.com
  115.  
  116.     In Europe, as a representative of Artifex Software:
  117.  
  118.         Informationstechnik, Netzwerke und Systeme Vertriebs-GmbH
  119.         Christoph Strozyk
  120.         Postfach 101312
  121.         D-44543 Castrop-Rauxel
  122.         Germany
  123.         Tel. +49-2305-356505
  124.         Fax. +49-2305-18018
  125.         e-mail: chris@ins.de
  126.  
  127. Currently, Artifex does not offer commercial support as a separate service;
  128. support is available only to OEM licensees.
  129.  
  130. What platforms does Ghostscript run on?
  131. ---------------------------------------
  132.  
  133. Ghostscript is written entirely in C (with some optional assembly-language
  134. accelerators for MS-DOS platforms), with special care taken to make it run
  135. properly on systems of either byte order and of various word lengths.
  136.  
  137. GNU Ghostscript is known to run on the following platform families:
  138.  
  139.     - A wide variety of Unix systems using X Windows version 11, release
  140.       4, 5, and 6, including Sun-3, Sun-4, Sun-386i, and Sun
  141.       SPARCStation; generic 80386/486/Pentium machines running Linux,
  142.       386/ix, FreeBSD, ISC Unix, SCO Unix, and Solaris; H-P 9000/300 and
  143.       9000/800; DECStation 2100 and 3100; VAX running Ultrix and OSF/1;
  144.       Sequent Symmetry; Convex C1 and C2; Tektronix 4300; SGI Iris
  145.       Indigo; 4.4bsd Unix systems (FreeBSD (intel), NetBSD (intel,
  146.       sparc, m68k (apple, amiga, sun & hp) and vax) and 386BSD (intel)).
  147.  
  148.     - Sun workstations (Sun-3, SPARC, Sun-386i) running SunView;
  149.  
  150.     - VAX or AXP systems running VMS with X11R4/5 and DEC C or gcc.
  151.  
  152. Aladdin Ghostscript is known to run on all of the above, and additionally
  153. the following platform families:
  154.  
  155.     - IBM PC and compatibles with EGA, VGA, SuperVGA, or compatible
  156.       graphics under MS-DOS 3.1, 3.3, 5.0, or 6.22, with or without
  157.       Microsoft Windows 3.0 or 3.1;
  158.  
  159.     - IBM PC and compatibles under DR DOS 6.0;
  160.  
  161.     - IBM PC and compatibles under OS/2 2.0, 2.1 and Warp 3.0.
  162.  
  163.         - Macintosh with System 7 or later, both 680x0 and PowerPC native.
  164.           For specific information on the Macintosh implementation, please
  165.           see http://www.glyphic.com/glyphic/projects/macgs.html
  166.  
  167. It is very likely that Ghostscript will run under other versions of MS-DOS,
  168. and other versions of Unix that support X11, but it has not been tested in
  169. these environments.  (Ghostscript does not run well on PC-compatibles with
  170. Hercules display cards, since text and graphics output interfere with each
  171. other, but you can work around this by redirecting the text output to a file.)
  172. Versions for Microsoft Windows NT and Windows 95 are under development.
  173.  
  174. Ghostscript has also been ported a number of platforms by users, who are
  175. willing to be contacted regarding problems on those specific platforms:
  176.  
  177.     - For information and possibly precompiled binaries for NeXT
  178.     machines, contact Alan Barclay <escribe@wintermute.co.uk>,
  179.     in the U.K. at +44-1224-591779 (voice & fax).
  180.  
  181.     - For information on a port to the Amiga, contact Andreas Maschke
  182.     (epgbc@cluster6.urz.uni-halle.de).  This port includes drivers for
  183.         IFF (file format)
  184.         RETINA (graphics board) and
  185.         INTUI (Amiga Window system)
  186.     by Andreas Heitmann (andreas@gotcha.swb.de).
  187.  
  188.     - For information on a port to the Atari ST, contact Tim
  189.     Gallivan (timg@landau.ph.utexas.edu).
  190.  
  191.     - For information on a port to the Acorn Archimedes, contact
  192.     David Elworthy (David.Elworthy@cl.cam.ac.uk).
  193.  
  194. ********
  195. ******** Related work
  196. ********
  197.  
  198. We know of two freely available X Windows screen previewers based on
  199. Ghostscript: Ghostview and GSPreview.  For information on Ghostview, contact
  200. Tim Theisen (ghostview@cs.wisc.edu).  For information on GSPreview, contact
  201. Richard Hesketh (rlh@ukc.ac.uk).
  202.  
  203. There is a freely available previewer for OpenVMS (both VAX and AXP) called
  204. GhostView-VMS or gv-vms, derived from Tim Theisen's Ghostview 1.5 by
  205. Johannes Plass (PLASS@dipmza.physik.Uni-Mainz.DE).  Some places you can find
  206. it are:
  207.     WWW:
  208.       http://www.wku.edu/htbin/fileserv?X11KIT
  209.     FTP:
  210.       site:  ftp.wku.edu
  211.       file:  VMS/FILESERV/X11Kit.ZIP
  212.       site:  nic.switch.ch
  213.       file:  mirror/vms/spc/macro32/savesets/x11kit.zip
  214.       site:  ada.cenaath.cena.dgac.fr
  215.       files: DECWINDOWS/XAW3D/
  216.       site:  axp.psl.ku.dk
  217.       files: DECWINDOWS/XAW3D/
  218.  
  219. There is a freely available MS Windows screen previewer based on
  220. Ghostscript, called GSView for Windows, and a similar OS/2 previewer called
  221. PM GSview.  For technical information on GSview for Windows or PM GSview,
  222. please contact Russell Lang (rjl@aladdin.com).  (Aladdin provides Lang with
  223. a mail alias, but Lang is not an employee or agent of Aladdin.)  These
  224. programs are also available for commercial licensing from Artifex Software
  225. Inc.
  226.  
  227. Users have contributed two packages that provide a set of GSview-like
  228. commands that MS-DOS users can enter through the keyboard.  One is available
  229. from
  230.     ftp.pg.gda.pl:/pub/TeX/GUST/contrib/PS/PS_VIEW/ps_view.ps
  231. and is in the public domain.  The other is available from
  232.     puccini.ujf-grenoble.fr:pub/contrib-ps/DOS-PSV/*
  233. and appears to be redistributable with no restrictions.
  234.  
  235. A set of additions that provide a usable Kanji capability for Ghostscript
  236. version 2.4.1 is available for anonymous FTP from
  237. ftp.cs.titech.ac.jp:GNU/gs241j11.tar.Z.  For more information, please
  238. contact Mr. Norio Katayama (katayama@nacsis.ac.jp).  Mr. Katayama is
  239. working on adapting this package for newer Ghostscript versions
  240. (specifically, for versions 2.6.1 and 3.0), and expects to make the newer
  241. version of the package available sometime in early 1995.
  242.  
  243. An extensive list of Unix systems and the fonts available on them is
  244. available on
  245.     http://www.math.utah.edu/~beebe/#PostScript-fonts
  246. courtesy of Nelson H. F. Beebe.
  247.  
  248. There is a good free utility "pstotext" that works with Ghostscript to
  249. extract plain-text from PostScript files.  It is much better than the
  250. ps2ascii utility distributed with Ghostscript.  You can read the pstotext
  251. documentation at:
  252.  
  253.     http://www.research.digital.com/SRC/virtualpaper/manpages/pstotext.1.html
  254.  
  255. You can download pstotext from the following URL (after reading and agreeing
  256. to the license offered there):
  257.  
  258.     http://www.research.digital.com/SRC/virtualpaper/pstotext.html
  259.  
  260. There is no formal technical support for pstotext, but the authors are happy
  261. to receive your questions and comments by e-mail at the following locations:
  262.  
  263.     http://www.research.digital.com/SRC/virtualpaper/comments.html
  264.     mailto:mcjones@pa.dec.com
  265.     mailto:birrell@pa.dec.com
  266.  
  267. For more information about the authors' Virtual Paper project, which
  268. attempts to make on-line reading of lengthy material (like research reports,
  269. manuals, or entire books) comfortable, read:
  270.  
  271.     http://www.research.digital.com/SRC/virtualpaper
  272.  
  273. ********
  274. ******** Documentation overview ********
  275. ********
  276.  
  277. There is a Ghostscript World Wide Web home page at 
  278.     http://www.cs.wisc.edu/~ghost/index.html
  279.  
  280. All the file names mentioned in the documentation, except for README,
  281. are in lower case, which is the usual convention for Unix systems.
  282. On MS-DOS systems, all file names are actually upper-case.
  283.  
  284. What should I read first?
  285. -------------------------
  286.  
  287. When you receive Ghostscript, you should start by reading:
  288.  
  289. > README - this file.
  290.  
  291. > current.doc - information about problems, and major changes and new
  292. features in the current release.
  293.  
  294. If you have used a previous release of Ghostscript, you probably should also
  295. read any more recent sections of:
  296.  
  297. > NEWS - a complete, detailed history of changes in the most recent
  298. Ghostscript releases.
  299.  
  300. What if I'm a new user?
  301. -----------------------
  302.  
  303. If you are a new user of Ghostscript, you should read:
  304.  
  305. > use.doc - information about to install and use Ghostscript.  Some of this
  306. information is also contained in gs.1 - a `man' page for Ghostscript.
  307.  
  308. > The catalog at the beginning of devs.mak, which lists all the devices for
  309. which Ghostscript is able to produce output (although if you got Ghostscript
  310. in binary form, it will only include a subset of these devices).
  311.  
  312. > devices.doc - more detailed information about some specific devices that
  313. Ghostscript knows about.
  314.  
  315. > ps2epsi.doc, unix-lpr.doc - more detailed information about some of
  316. the shell scripts and batch files distributed with Ghostscript.
  317.  
  318. If you have Aladdin Ghostscript, as opposed to the GNU Ghostscript releases
  319. distributed by the Free Software Foundation, you should read (or at least
  320. skim through):
  321.  
  322. > public.doc - additional information about Aladdin Ghostscript releases
  323. that is not relevant to GNU Ghostscript releases.
  324.  
  325. If you are going to compile Ghostscript, rather than just use an executable
  326. you got from somewhere, you should read:
  327.  
  328. > make.doc - how to install, compile and link Ghostscript.
  329.  
  330. If you run into any questions, or if you are going to be using Ghostscript
  331. extensively, you should at least skim, and probably eventually read:
  332.  
  333. > fonts.doc - information about the fonts distributed with
  334. Ghostscript, including how to add or replace fonts.
  335.  
  336. > language.doc - A description of the Ghostscript language, and its
  337. differences from the documented PostScript language.
  338.  
  339. > psfiles.doc - information about the .ps files distributed with
  340. Ghostscript (other than fonts).
  341.  
  342. There is also a FAQ (Frequently Asked Questions) file available on the
  343. Internet.  See "If you need help" below for the location.
  344.  
  345. What if I'm a developer?
  346. ------------------------
  347.  
  348. If you are going to be writing a new driver for Ghostscript, you
  349. should read:
  350.  
  351. > drivers.doc - the interface between Ghostscript and device drivers.
  352.  
  353. > xfonts.doc - the interface between Ghostscript and platform-supplied
  354. fonts.  (Read drivers.doc first.)
  355.  
  356. If you are considering distributing Ghostscript (either Aladdin or GNU
  357. versions) in conjunction with a commercial product, you should read the
  358. PUBLIC license carefully, and you should also read:
  359.  
  360. > commprod.doc - additional clarification of the circumstances under which
  361. Ghostscript can be distributed with a commercial product.
  362.  
  363. If you intend to use Ghostscript in the form of a DLL under OS/2 or
  364. Microsoft Windows, you should read:
  365.  
  366. > dll.doc - documentation on Ghostscript as a DLL.
  367.  
  368. If you intend to use Ghostscript as part of another program and not as a
  369. DLL, rather than as a self-contained executable application, you should
  370. start by reading:
  371.  
  372. > imain.h - the documented API for Ghostscript not as a DLL.
  373.  
  374. Other files
  375. -----------
  376.  
  377. > devarch.doc - notes on the architecture of device handling in
  378. Ghostscript 3.0.
  379.  
  380. > ps2epsi.doc - documentation for the PostScript to EPSI conversion
  381. utility.
  382.  
  383. > helpers.doc - a note of thanks to all the people who have helped with
  384. Ghostscript development.
  385.  
  386. > hershey.doc - information about the Hershey fonts, which are the
  387. basis of some of the Ghostscript fonts.
  388.  
  389. > history*.doc - a history of changes in older Ghostscript releases.
  390.  
  391. > humor.doc - a humorous comment on Ghostscript contributed by a user.
  392.  
  393. > lib.doc - information about the Ghostscript library.
  394.  
  395. > unix-lpr.doc - information about how to integrate Ghostscript with
  396. Unix printer spooling.
  397.  
  398. ********
  399. ******** If you need help ********
  400. ********
  401.  
  402. There is a Frequently Asked Questions file available for Internet anonymous
  403. FTP from
  404.     ftp://ftp.cs.wisc.edu/ghost/gsfaq.txt
  405. (i.e., FTP to ftp.cs.wisc.edu, file name /ghost/gsfaq.txt)
  406. or
  407.     /afs/cs.wisc.edu/public/ghost/gsfaq.txt
  408. and also available by HTTP (World Wide Web) from
  409.     http://www.cs.wisc.edu/~ghost/gsfaq.html
  410. It isn't updated very often, so it may be a little out of date.
  411.  
  412. Aladdin Enterprises doesn't have the resources to respond to questions
  413. from users of the freely available versions of Ghostscript.  (Responding
  414. to questions and bug reports is one of the benefits that Artifex Software
  415. provides to commercial users in exchange for the licensing fee.)  If you
  416. have problems with Ghostscript, and you have access to Usenet news, we
  417. suggest you post your question to one of the following Usenet newsgroups:
  418.  
  419.     - If your question is about GNU Ghostscript (currently, versions
  420. 2.6.1 and below), post it to gnu.ghostscript.bug.  If you have access to
  421. Internet mail, but not news, send e-mail to
  422. bug-ghostscript@prep.ai.mit.edu, which is equivalent to posting to the
  423. gnu.ghostscript.bug newsgroup.
  424.  
  425.     - If your question is about Aladdin Ghostscript (currently,
  426. versions 3.0 and above), post it to comp.lang.postscript.  If you have
  427. access to Internet mail, but not news, send e-mail to
  428. comp.lang.postscript.usenet@decwrl.dec.com, which is equivalent to posting
  429. to the comp.lang.postscript newsgroup.  (We hope to establish a separate
  430. newsgroup for Aladdin Ghostscript in the future, since
  431. comp.lang.postscript was not intended for Ghostscript discussion per se.)
  432.  
  433. There are hundreds of Ghostscript user sites all over the world, and often
  434. another user will be able to help you. If you are having trouble with
  435. a specific device driver, look in the file devs.mak and see if it is a
  436. user-maintained driver.  If so, please contact the person listed there
  437. directly; please do not contact Aladdin Enterprises regarding
  438. user-maintained drivers.
  439.  
  440. Aladdin Enterprises does want Ghostscript to be of high quality, so if you
  441. have been running Ghostscript and encounter a problem, we encourage you to
  442. post bugs to the newsgroups mentioned above.  We will consider
  443. investigating problems reported to those newsgroups if (and only if) the
  444. posted report meets all the following criteria:
  445.  
  446.     - You are using the most recent version of Aladdin Ghostscript.
  447.  
  448.     - You obtained Ghostscript directly from Aladdin Enterprises, or
  449.     from the FTP or AFS site on the Internet mentioned above (i.e., not
  450.     from a bulletin board system or a commercial system such as
  451.     CompuServe or GEnie).
  452.  
  453.     - You have installed Ghostscript successfully, and used it
  454.     successfully on other input data.
  455.  
  456.     - Your problem is reproducible, and you can send us the input
  457.     data that evokes it (by e-mail, anonymous FTP, or PC diskette).
  458.     (But please do not send anything unless we ask you for it.)
  459.  
  460.     - You post the bug report using the following form, completely
  461.     filled out:
  462.  
  463. ------snip------snip------snip------snip------snip------snip------snip------
  464.  
  465. Ghostscript version: 
  466.  
  467. Where you got Ghostscript: 
  468.  
  469. Hardware you are using: 
  470.  
  471. Operating system you are using: 
  472.  
  473. (If you compiled Ghostscript yourself)
  474. C compiler you are using: 
  475.  
  476. (Use as much space as you need for the remaining items.)
  477. Symptoms:
  478.  
  479. Suggested fix (if any):
  480.  
  481. Other comments:
  482.  
  483. ------snip------snip------snip------snip------snip------snip------snip------
  484.  
  485. Bug reports that include suggested fixes are especially welcome.
  486.  
  487. As time permits, Aladdin Enterprises may also respond to e-mail from the
  488. following classes of users:
  489.  
  490.     - Beta testers who have actually given us at least one report on
  491.     some beta version supplied to them.
  492.  
  493.     - People developing drivers that are for, or applications that
  494.     are based on, Ghostscript and that will be made freely available.
  495.  
  496.     - People who express serious interest in commercial licensing
  497.     of Ghostscript.
  498.  
  499. Aladdin Enterprises owns or has access to the following hardware and
  500. software:
  501.  
  502.     Pentium and 486 PCs with color SuperVGA displays;
  503.       Epson-compatible printer (the printer also is compatible with
  504.       the IBM Proprinter); various H-P printers; Canon BubbleJet.
  505.       These systems run both MS-DOS 5.0 and 6.22 and Microsoft Windows
  506.       3.1 with Borland C++ 3.1 (and several older versions), and Linux
  507.       with gcc.
  508.  
  509.     SPARCstation, SunOS 4.1, cc and gcc, X11R5 and SunView;
  510.       both monochrome and color displays.
  511.  
  512.     DECstation, Ultrix.
  513.  
  514.     IBM RS/6000 and PowerPC, Unix (AIX 3.n).
  515.  
  516.     DEC AXP (Alpha), OSF/1.
  517.  
  518. If your problem turns out to be specific to some other hardware or
  519. software configuration, it may take longer to track down, since we
  520. will have to rely on other users to help.
  521.  
  522. Aladdin's contact information is as follows:
  523.  
  524.         Aladdin Enterprises
  525.         P.O. box 60264
  526.         Palo Alto, CA 94306
  527.         phone +1-415-322-0103 (8:30 AM - noon, Pacific time)
  528.         fax +1-415-322-1734
  529.         ghost@aladdin.com
  530.  
  531. Please do not contact us if all you want is help with the freely distributed
  532. versions of Ghostscript!  Ghostscript is free, but our time is not.  If you
  533. call for help, we will tell you politely that we cannot answer your
  534. question.  Ghostscript's documentation, while not of commercial end-user
  535. quality, has been adequate for thousands of users (for many of whom English
  536. is a foreign language), so the answer to your question is very likely in it
  537. somewhere.
  538.  
  539. ********
  540. ******** Things you can do to help ********
  541. ********
  542.  
  543. There are some projects that users could do that are somewhat
  544. decoupled from the main body of the code, and that would help improve
  545. Ghostscript:
  546.  
  547.     - Someone is needed to take responsibility for texinfo and/or man
  548. page documentation for Ghostscript.  What this would involve is updating
  549. this documentation during the beta test period for each release, and
  550. sending it to Aladdin to be included in the final fileset.  (Aladdin would
  551. continue to supply the plain-text documentation as it currently exists.)
  552.  
  553.     - Ghostscript needs some good, free, Type 1 (outline) fonts.  Karl
  554. Berry is working on this, but it might go faster if he got some
  555. knowledgeable assistance.  Contact karl@cs.umb.edu if you want to help
  556. with this.
  557.  
  558.     - Adobe has donated the specification of the Display PostScript C
  559. API to the X distribution, as well as the client-side implementation.
  560. Modifying Ghostscript to interface with this code as a substitute for a
  561. Display PostScript server might make Ghostscript a lot more useful, since
  562. it would then be "plug compatible" with Display PostScript in an important
  563. way.  Contact ghost@aladdin.com if you would like to help with this.
  564.  
  565.     - Ghostscript should provide compression and decompression filters
  566. that use the same algorithms as gzip.  This would require restructuring
  567. gzip to use Ghostscript's buffer-to-buffer model of stream processing, and
  568. simplifying it so that the compression and decompression code could
  569. reasonably fit in a single file.  Please contact ghost@aladdin.com if you
  570. would like to do this.
  571.  
  572. ********
  573. ******** Acknowledgements ********
  574. ********
  575.  
  576. Ghostscript was originally created, and is primarily developed and
  577. maintained, by L. Peter Deutsch, President of Aladdin Enterprises.
  578.  
  579. Special thanks are due to Russell Lang, for the GSview for Windows and PM
  580. GSview programs and for contributing most of the code for the Microsoft
  581. Windows and OS/2 environments; to Tim Theisen, for the Ghostview program for
  582. X Windows and for major contributions to, and ongoing assistance with
  583. support of, the code for the X Windows environment; to Martin Fong, for the
  584. original port of Ghostscript to the Macintosh, and Mark Lentczner, for the
  585. current Macintosh port; and to the Independent JPEG Group, for creating the
  586. JPEG DCT library that Ghostscript uses.
  587.  
  588. Special thanks are due to Richard Stallman and the Free Software Foundation
  589. for originating the GNU License, for originally motivating the creation of
  590. Ghostscript, and for being the primary distributor of GNU Ghostscript on
  591. the Internet.
  592.  
  593. The file helpers.doc contains a list of the many other people who have
  594. contributed significantly to improving Ghostscript.
  595.  
  596. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  597.  
  598. PostScript is a trademark of Adobe Systems, Incorporated.
  599.